home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 054a / rclick.zip / RCLICK.DOC < prev    next >
Text File  |  1993-01-14  |  5KB  |  93 lines

  1. RCLICK.EXE (VERSION 1.0)            Copyright (c) 1992 by Douglas Boling
  2. -------------------------------------------------------------------------
  3.               First Published in PC Magazine February 9, 1993 (Utilities)
  4. -------------------------------------------------------------------------
  5.  
  6. RCLICK:
  7.         RCLICK is a pop-up menu program for Windows that replicates a
  8. menu bar for a window and displays it right where your cursor is. You
  9. can configure RCLICK to work only with certain programs.
  10.  
  11.      Are you tired of walking your mouse?  That's what GUI (graphical
  12. user interface) veterans call it when you have to pick up and carry your
  13. mouse back to its starting point because you didn't have enough desktop
  14. space to move the cursor far enough in one motion.
  15.  
  16.      I've put on most of my mouse mileage moving the cursor to and from a
  17. menu in order to select an item there.  All those trips to the menu bar
  18. made me wish that the menu choices could be brought to the cursor rather
  19. than vice versa.  That's what RCLICK does.  With RCLICK active, any time
  20. you press the right mouse button, a duplicate menu will pop up right at
  21. the spot where your Windows cursor is currently located.
  22.  
  23.      RCLICK can be configured not to pop up over the few Windows programs
  24. that use the right mouse button.  The utility will remember the names of
  25. these programs, so that you have to teach RCLICK only once.
  26.  
  27.      To work from the source files, you'll need either the Microsoft
  28. C 6.0 compiler and the Windows SDK, or Borland's C++ 3.0 compiler.
  29.  
  30. USING RCLICK
  31.  
  32.        To install RCLICK, just copy the RCLICK.EXE and RCHOOK.DLL files
  33. into a directory on your path.  Then select the File|Run menu item in the
  34. Program Manager and enter RCLICK.  If you want RCLICK to start each time
  35. you bring up Windows, simply add the RCLICK icon to the Program Manager's
  36. Startup group, using the File|New menu selection.  (If you're still using
  37. Windows 3.0, you'll have to add the RCLICK program name to the
  38. RUN= statement in your WIN.INI file.)
  39.  
  40.      The only change you'll see on your desktop when RCLICK starts is the
  41. addition of the small RCLICK icon at the bottom of the desktop.  The real
  42. action begins when you press the right mouse button over a window that
  43. has a menu.  A pop-up menu will appear that contains all the items on the
  44. menu bar plus one additional item that calls up additional RCLICK
  45. options. When you click on a menu item, a submenu containing all the menu
  46. items for the main  menu item will appear.  Selecting any one of these
  47. items will perform the same action as if you had moved the cursor up to
  48. the menu bar and selected the item there.
  49.  
  50.      For example, if you press the right button over the Program Manager,
  51. you'll see a menu containing the items File, Options, Window, Help, and
  52. an item labeled RClick.  Clicking with the normal left button on the File
  53. item will reveal a submenu containing the items New, Open, Move, Copy,
  54. Delete, Properties, Run, and Exit.  Clicking on the New item will cause
  55. the Program Manager to display the New Program dialog box.  That's just
  56. what would have happened had you selected the File|New menu item from the
  57. menu bar.  The difference is that you didn't have to move the cursor up
  58. to the menu bar and back!  Note that if you pop up the RCLICK menu by
  59. accident, clicking with the mouse anywhere on the desktop outside the
  60. menu will make it go away.
  61.  
  62.      RCLICK builds the appropriate pop-up menu each time you right-click.
  63. Clicking on the RClick menu item produces a submenu with two items,
  64. Configure and About.  Selecting Configure displays a dialog box with
  65. three buttons that allow you to configure RCLICK. The first button,
  66. labeled ``Do not pop up on Window,'' allows you to tell RCLICK never to
  67. pop up over any window from that program again.
  68.  
  69.      The second button, Disable RCLICK, allows you to disable the utility
  70. for all windows.  The Cancel button closes the Configure dialog box
  71. without any action taking place.  If you accidentally disable RCLICK you
  72. can reenable it using the RCLICK main dialog box, which will be
  73. discussed below.
  74.  
  75.      Selecting the RClick About menu item displays the About dialog box,
  76. which contains the name and version of the program, along with the
  77. copyright notice.
  78.  
  79.      Clicking on the RCLICK icon and then on Restore reveals RCLICK's
  80. main dialog box. The list box contains the names of all the programs
  81. RCLICK has been told to avoid.  Again, the Disable button disables
  82. RCLICK for all windows, but in this case when you disable RCLICK,
  83. the text of this button changes to Enable.  Pressing it will reenable
  84. the utility. The Remove button allows you to remove program names from
  85. the No Pop list simply by selecting the program name and clicking on the
  86. Remove button.  The About button displays the same About dialog box that
  87. is available from the RClick pop-up menu.  The final button, Exit, closes
  88. the RCLICK window and ends the program.  When the RCLICK program
  89. terminates, it saves both the No Pop list and the disable/enable state
  90. in its configuration file, RCLICK.INI.
  91. ------------------------------------------------------------------------
  92. DOUGLAS BOLING IS A CONTRIBUTING EDITOR TO PC MAGAZINE.
  93.